home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / patches / symantec / pro61.exe / MFCSAM.EXE / DIB / DIB.RC < prev    next >
Encoding:
Text File  |  1993-09-22  |  1.8 KB  |  69 lines

  1. // Filename: DIB.RC                                         
  2. // "DIB" Generated by Visual Programmer.                    
  3. // Author:   Blue Sky                                       
  4.  
  5. // 
  6. // ***********************************************************************
  7. // Do not add code here.
  8. // 
  9. // This file is maintained by the Switch-It Module.
  10. // As you make changes in your applications design,
  11. // this file is automatically updated, therefore you never modify this file.
  12. // 
  13. // 
  14. // 
  15. // For more information,
  16. // see the section "How code is generated" in the documentation.
  17. // 
  18. // ***********************************************************************
  19. // 
  20.  
  21. #define THISISBLDRC
  22.     
  23. #include "AFXRES.H"
  24. #include "DIB.H"
  25.  
  26.  
  27.  
  28. #include "DIALOG.DLG"
  29.  
  30. BALL                BITMAP  BALL.BMP
  31.  
  32. BALL                ICON    BALL.ICO
  33.  
  34.  
  35. /********************************************************/
  36. /*                 Resource code for menus              */
  37. /********************************************************/
  38.    
  39. IDR_DIB MENU
  40.     BEGIN
  41.     POPUP "&Options"  
  42.         BEGIN
  43.         MENUITEM  "&Red", IDM_Red 
  44.         MENUITEM  "&Blue", IDM_Blue 
  45.         MENUITEM  "&Own", IDM_Own , CHECKED
  46.         END
  47.     POPUP "&Help"  
  48.         BEGIN
  49.         MENUITEM  "&About...", IDM_About 
  50.         END
  51.     END
  52.     
  53.  
  54.  
  55. // *******************************************************
  56. //       Resource code for error message strings
  57. // *******************************************************
  58.  
  59. STRINGTABLE
  60.     BEGIN
  61.         BLD_CannotRun           "Cannot run "
  62.         BLD_CannotCreate        "Cannot create dialog box "
  63.         BLD_CannotLoadMenu      "Cannot load menu "
  64.         BLD_CannotLoadIcon      "Cannot load icon "
  65.         BLD_CannotLoadBitmap    "Cannot load bitmap "
  66.         BLD_CannotCreateWindow  "Cannot create window "
  67.     END
  68.  
  69.